home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- ProgressView = {
- ACTIONS = {
- increment:;
- };
- OUTLETS = {
- };
- SUPERCLASS = View;
- };
- appController = {
- ACTIONS = {
- appDidInit:;
- infoMenu:;
- stopAction:;
- modifier:;
- appWillTerminate:;
- showErrorLog:;
- action:;
- diskFileMenu:;
- };
- OUTLETS = {
- statusView;
- bufferView;
- backupView;
- formatPanel;
- progressView;
- headView;
- trackView;
- errorView;
- errorPanel;
- mainWindow;
- formatView;
- actionBoxView;
- };
- SUPERCLASS = Object;
- };
-